With the loader configured and fonts in place, you can incorporate them via an @font-face declaration. The local url(...) directive will be picked up by webpack just as it was with the image.
Without the necessary configuration in place, trying to load a font-face with webpack is going to throw an error that says something along the lines of: Ya don't say webpack?! Let's fix this by adding the appropriate loaderas recommended by our te